home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / PatchPKT109.lha / PatchPKT.doc < prev    next >
Text File  |  1995-05-09  |  4KB  |  129 lines

  1.  
  2.                   Fido Package Patcher/Modifier V1.09
  3.                   -----------------------------------
  4.  
  5.             written 1995 by Mathias Supp
  6.                             2:2476/539.0@fidoclassic
  7.                             39:172/303.0@amiganet
  8.                             s_supp@ira.uka.de
  9.  
  10.             Sysop of the Amiga Inside I : ++49(0)721-854112 (ZyX)
  11.                                           ++49(0)721-841292 (V34)
  12.                                           ++49(0)721-841230 (V34)
  13.  
  14.                         Release : 09.05.1995
  15.  
  16.  
  17. ============================================================================
  18.  
  19. Copyright :
  20. -----------
  21.  
  22. This utility is shareware. If you like this program, send me a donation of
  23. DM10.- , please.
  24.  
  25. Address :
  26. Mathias Supp
  27. Goerresstr. 6
  28. 76185 Karlsruhe
  29. Germany
  30.  
  31. Via bank :
  32. Badische Beamtenbank
  33. BLZ.: 66090800
  34. KNr.: 3426580
  35.  
  36. There're no requesters or limits in this version because the work doesn't
  37. pay for this cheap product.
  38.  
  39. ============================================================================
  40.  
  41. Introduction :
  42. --------------
  43.  
  44. Some Tosser have problems with the contents of some fido .pkt-files :
  45. 1. large messages    (Foozle)
  46. 2. large .pkt-files  (low memory systems)
  47. 3. long kludges      (Mailmanager)
  48. 4. long area names   (Foozle)
  49. 5. long message IDs  (Mailmanager)
  50.  
  51. PatchPKT solves most of the problems.
  52.  
  53. ============================================================================
  54.  
  55. Contents of Archive :
  56. ---------------------
  57.  
  58. PatchPKT.doc : this documentation
  59. PatchPKT.dok : german documentation
  60. PatchPKT     : 68000 version
  61. PatchPKT_020 : 68020 and 68030 version
  62. PatchPKT_040 : 68040 version
  63.  
  64. ============================================================================
  65.  
  66. What does it do ?
  67. -----------------
  68.  
  69. - .pkt-files can be splitted to have a certain maximum size
  70. - Messages can be splitted to have a certain maximum size
  71. - Kludges can be removed by using AmigaDOS pattern
  72. - Kludges can be cutted to a certain length
  73. - Message ID will be corrected by using the address of the origin line
  74. - Area names can be renamed by using a renaming list
  75.  
  76. Format of renaming list :
  77. original name <Space(s)> shorted name
  78. ...
  79. ...
  80.  
  81. e.g.:
  82. ALT.DEUTSCHE.BUNDESBAHN.KOTZ.KOTZ.KOTZ UUCP-A.D.B.K.K.KOTZ
  83. REC.SPORTS.PRO-WRESTLING               UUCP-R.S.P.WRESTLING
  84.  
  85. ============================================================================
  86.  
  87. Known problems :
  88. ----------------
  89.  
  90. - PatchPKT crashes with corrupted .pkt-files.
  91. - PatchPKT TOTALLY loads the given .pkt-file into memory
  92.   If not possible, the .pkt-file will be renamed into xxxxxx.outofmem
  93.  
  94. ============================================================================
  95.  
  96. Parameter :
  97. -----------
  98.  
  99. PKTFILE            : name of the .pkt-file to process
  100. OUT=OUTFILE        : wanted output file (while splitting, numbers will be
  101.                      added to the filename
  102. MAX=MAXSIZE        : maximum size of the output file
  103. SM=SPLITMESSAGE    : maximum size of the message
  104. AF=AUTOFILE        : create .pkt-files automatically with new names (FTSC
  105.                      conform names will be created)
  106. VERBOSE            : show info to each message
  107. SP=SHOWPROBLEMS    : show if there're messages without message id
  108. CF=CONVERSIONFILE  : the renaming file as explained above
  109. FM=FIXMSGID        : replace uucp domains in message id to the address of
  110.                      the origin
  111. CK=CUTKLUDGES        cut kludges to certain length
  112. KK=KILLKLUDGES     : kill kludges matching the folling pattern(s)
  113.  
  114. ============================================================================
  115.  
  116. History :
  117. ---------
  118.  
  119. V1.09     : first Release
  120.  
  121. ============================================================================
  122.  
  123. have fun
  124.  
  125. Mathias
  126.  
  127. P.S.:   Sorry for my bad school-english, but I hope you understood what I
  128.         mean.
  129.